-
Notifications
You must be signed in to change notification settings - Fork 1.5k
dir improvements: turn p2p into a module
#14889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
p2p into a module
| ADD erigon-lib/go.sum erigon-lib/go.sum | ||
| ADD erigon-db/go.mod erigon-db/go.mod | ||
| ADD erigon-db/go.sum erigon-db/go.sum | ||
| ADD p2p/go.mod p2p/go.mod |
Check notice
Code scanning / SonarCloud
Prefer COPY over ADD for copying local resources Low
| ADD erigon-db/go.mod erigon-db/go.mod | ||
| ADD erigon-db/go.sum erigon-db/go.sum | ||
| ADD p2p/go.mod p2p/go.mod | ||
| ADD p2p/go.sum p2p/go.sum |
Check notice
Code scanning / SonarCloud
Prefer COPY over ADD for copying local resources Low
| ADD erigon-lib/go.sum erigon-lib/go.sum | ||
| ADD erigon-db/go.mod erigon-db/go.mod | ||
| ADD erigon-db/go.sum erigon-db/go.sum | ||
| ADD p2p/go.mod p2p/go.mod |
Check notice
Code scanning / SonarCloud
Prefer COPY over ADD for copying local resources Low
| ADD erigon-db/go.mod erigon-db/go.mod | ||
| ADD erigon-db/go.sum erigon-db/go.sum | ||
| ADD p2p/go.mod p2p/go.mod | ||
| ADD p2p/go.sum p2p/go.sum |
Check notice
Code scanning / SonarCloud
Prefer COPY over ADD for copying local resources Low
We [decided](#14554 (comment)) to reduce the number of modules. This partially reverts PR #14889. Part of #14554.
Part of #14554. See also ethereum/go-ethereum#30250